@media screen and (min-width: 641px){

  html {
    height: 100%;
  }

  body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #EFF6F9;
  }

  .header{
    width: 100%;
    height: 4.4vw;
    background-color: #00afcc;
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 10;
    border-bottom: solid 0.32vw #583F99;
  }

  .title img{
    width: 17%;
    aspect-ratio: 4 / 1;
    margin: 0;
    z-index: 10;
    position: absolute;
     top: 50%;
    transform: translateY(-50%);
  }

  .informations{
    width: 20%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 80%;
    display: flex;
    justify-content: space-around;
    transform: translateY(-50%);
    z-index: 10;
    font-size: 1vw;
  }

  .informations a{
    text-decoration: none;
    color: #EFF6F9;
  }

  .informations a:hover{
    color: #583F99;
  }

  .menu{
    display: none;
  }

  .wrapper{
    min-height: 100vh;
    position: relative;
    top: 4.4vw;
    left: 0px;
    padding-bottom: 16vw;
    box-sizing: border-box;
  }

  .information{
    width: 100%;
    position: relative;
    top: 0.5vw;
    left: 0px;
    text-align: center;
    font-size: 1.8vw;
    color: #583F99;
  }

  .financialresults{
    position: relative;
    width: 100%;
    font-size: 1.9vw;
    color: #009988;
    text-align: center;
    margin: 40px 0px 40px 0px;
  }

  .fiscal{
    width: 80%;
    position: relative;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }

  .year{
    position: relative;
    top: 0px;
    left: 0px;
    margin-bottom: 100px;
    border-bottom: dotted 0.2vw #00000f;
  }

  .resultsline{
    width: 50%;
    border-left: solid 0.5vw #583F99;
    padding-left: 1vw;
    color: #FF1493;
  }

  .resultsline p{
    font-size: 1.6vw;
    margin: auto;
    transform: translateY(-0%);
  }

  .results{
    width: 100%;
    text-align: center;
    color: #808000;
    margin-bottom: 2vw;
    text-align: center;
  }

  .results p{
    margin-bottom: 2vw;
    font-size: 1.15vw;
  }

  .resultscontents{
    width: 100%;
    display: flex;
    position: relative;
    bottom: 0px;
    left: 0px;
    justify-content: space-around;
  }

  .resultscontents a{
    color: #800000;
    font-size: 1.1vw;
    text-decoration: none;
  }

  .resultscontents a:hover{
    color: #CD5C5C;
  }

  a {
    color: black;
  }

  .pagetop { 
    position: fixed;
    bottom: 2.5%;
    right: 2.5%;
    display: inline-block;
    width: 5.4vw;
    height: 5.4vw;
    border-radius: 50%;
    background: #009988;
    opacity: 0.8;
  }

  .pagetop span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width :5.4vw;
    text-align:center;
  }

  .arrow{
    width: 1.7vw;
    height: 1.7vw;
    border-top: solid 0.39vw #FFFFFF;
    border-right: solid 0.39vw #FFFFFF;
    display: inline-block;
    transform: rotate(-45deg);
    position: relative;
    top: 0.78vw;
  }

  .footer{
    width: 100%;
    height: 16vw;
    background-color: #00afcc;
    position: absolute;
    bottom: 0;
    border-top: solid 0.32vw #583F99;
  }

  .footerinformation{
    width: 100%;
    display: flex;
    justify-content: space-around;
  }

  .informationmenus{
    text-align: center;
  }

  .informationmenus p{
    font-size: 1.15vw;
    color: #EFF6F9;
    margin-bottom: 1.5vw;
    font-weight: bold;
  }

  .guides{
    margin-bottom: 1.05vw;
  }

  .guides a{
    font-size: 0.98vw;
    text-decoration: none;
    color: #EFF6F9;
  }

  .guides a:hover{
   color: #583F99;
 }

 .menus{
  display: none;
}

}

@media screen and  (max-width: 640px){

  html {
    height: 100%;
  }

  body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #EFF6F9;
  }

  .header{
    width: 100%;
   height: 8.8vw;
   background-color: #00afcc;
   position: fixed;
   top: 0px;
   left: 0px;
   z-index: 10;
   border-bottom: solid 0.64vw #583F99;
  }

  .title img{
    width: 17%;
    aspect-ratio: 4 / 1;
    margin: 0;
    z-index: 10;
    position: absolute;
     top: 50%;
    transform: translateY(-50%);
  }

  .informations{
    display: none;
  }

  .menu {
  z-index: 10;
  margin: 0;
}

.menu a {
  display: block;
  padding: 0;
  text-decoration: none;
  color: #00000F;
}

.menu_list{
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}

.menu_line, .menu_line01{
  background-color: #00000F;
  width: 5.47vw;
  height: 0.47vw;
  padding: 0;
}

.menu_line01{
  margin: 1.25vw 0 1.25vw 0;
}

label {
  display: block;
  margin: 0;
  padding : 0;
  line-height: 1;
  cursor :pointer;
}

input {
  display: none;
}

.menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
  background : #583F99;
  list-style: none;
  position: absolute;
  top: 8.8vw;
  left: 0px;
  opacity: 1;
}

.menu li {
  height: 0px;
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
}

.menu p {
  text-align: center;
  color: #EFF6F9;
  font-size: clamp(0.1rem, 2.3vw, 0.92rem); 
}

.menu p:hover{
  color: #00000F;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
  height: 8.6vw;
  opacity: 1;
}

.wrapper{
    min-height: 100vh;
    position: relative;
    top: 8.8vw;
    left: 0px;
    padding-bottom: 16vw;
    box-sizing: border-box;
  }

  .information{
    width: 100%;
    position: relative;
    top: 0.5vw;
    left: 0px;
    text-align: center;
    font-size: 3.6vw;
    color: #583F99;
  }

  .financialresults{
    position: relative;
    width: 100%;
    font-size: 3.8vw;
    color: #009988;
    text-align: center;
    margin: 40px 0px 40px 0px;
  }

  .fiscal{
    width: 80%;
    position: relative;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }

  .year{
    position: relative;
    top: 0px;
    left: 0px;
    margin-bottom: 100px;
    border-bottom: dotted 0.4vw #00000f;
  }

  .resultsline{
    width: 50%;
    border-left: solid 1vw #583F99;
    padding-left: 2vw;
    color: #FF1493;
  }

  .resultsline p{
    font-size: 3.2vw;
    margin: auto;
    transform: translateY(-0%);
  }

  .results{
    width: 100%;
    text-align: center;
    color: #808000;
    margin-bottom: 4vw;
    text-align: center;
  }

  .results p{
    margin-bottom: 4vw;
    font-size: 2.3vw;
  }

  .resultscontents{
    width: 100%;
    display: flex;
    position: relative;
    bottom: 0px;
    left: 0px;
    justify-content: space-around;
  }

  .resultscontents a{
    color: #800000;
    font-size: 2.2vw;
    text-decoration: none;
  }

  .resultscontents a:hover{
    color: #CD5C5C;
  }

  a {
    color: black;
  }

  .pagetop { 
    position: fixed;
    bottom: 2.5%;
    right: 2.5%;
    display: inline-block;
    width: 11vw;
    height: 11vw;
    border-radius: 50%;
    background: #009988;
    opacity: 0.8;
  }

  .pagetop span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width :11vw;
    text-align:center;
  }

  .arrow{
    width: 3.4vw;
    height: 3.4vw;
    border-top: solid 0.78vw #FFFFFF;
    border-right: solid 0.78vw #FFFFFF;
    display: inline-block;
    transform: rotate(-45deg);
    position: relative;
    top: 1.56vw;
  }

  .footer{
    width: 100%;
    height: 16vw;
    background-color: #00afcc;
    position: absolute;
    bottom: 0;
    border-top: solid 0.64vw #583F99;
  }

  .footerinformation{
    display: none;
  }

  .menus a{
    display: block;
    margin-left: calc(3vw + 15px);
    text-decoration: none;
    color: #EFF6F9;
    font-size: 2.45vw;
    position: relative;
     top: 50%;
    transform: translateY(-50%);
  }

  .menus a:hover{
    color: #583F99;
  }

  .resultslines{
    border-left: solid 1vw #583F99;
    padding-left: 2vw;
    color : #EFF6F9;
    font-weight: bold;
    font-size: 2.75vw;
  }

  .menus label {
    display: block;
    margin: 0px;
    padding : 15px;
    line-height: 1;
    color : #EFF6F9;
    background : #00afcc;
    cursor :pointer;
  }

  input {
    display: none;
  }

  .menus ul {
    margin: 0;
    padding: 0;
    background: #00afcc;
    list-style: none;
  }

  .menus li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  #menus_bar01:checked ~ #links02 li,
  #menus_bar02:checked ~ #links03 li,
  #menus_bar03:checked ~ #links04 li {
    height: 8.4vw;
    opacity: 1;
  }

}